runtime.consistentHeapStats.acquire (method)
14 uses
runtime (current package)
arena.go#L909: stats := memstats.heapStats.acquire()
arena.go#L1082: stats := memstats.heapStats.acquire()
mcache.go#L162: stats := memstats.heapStats.acquire()
mcache.go#L240: stats := memstats.heapStats.acquire()
mcache.go#L281: stats := memstats.heapStats.acquire()
mcache.go#L308: stats := memstats.heapStats.acquire()
mgcscavenge.go#L786: stats := memstats.heapStats.acquire()
mgcsweep.go#L758: stats := memstats.heapStats.acquire()
mgcsweep.go#L793: stats := memstats.heapStats.acquire()
mheap.go#L1354: stats := memstats.heapStats.acquire()
mheap.go#L1512: stats := memstats.heapStats.acquire()
mheap.go#L1545: stats := memstats.heapStats.acquire()
mheap.go#L1647: stats := memstats.heapStats.acquire()
mstats.go#L776: func (m *consistentHeapStats) acquire() *heapStatsDelta {
![]() |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |